home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / MacFormat 92 CD / Shareware Plus / Utilities / FolderSynchronizer 1.8.9 / FoldersSynchronizer / FoldersSynchronizer.9 / AllScripts_51.ls < prev    next >
Encoding:
Text File  |  2000-05-10  |  208 b   |  10 lines

  1. on mouseDown me
  2.   global RecFound
  3.   set mySprite to the spriteNum of me
  4.   if the locV of the clickLoc > the bottom of sprite mySprite then
  5.     NextPreviousPage(1)
  6.   else
  7.     NextPreviousPage(-1)
  8.   end if
  9. end
  10.